home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / games_d / gnuchess.zip / GNUAN.HLP < prev    next >
Text File  |  1990-08-11  |  770b  |  27 lines

  1.     Gnuan is a program which takes as input a file contianing all of
  2. the moves of a chess game in algebraic notation in the following way:
  3.  
  4. e2e4 c7c5
  5. g1f3 d7d6
  6. d2d4 c5d4
  7. etc...
  8.  
  9. Run gnuan and it will ask you for the path to the source file, the
  10. maximum depth it should analyse a move to and a maximum time per
  11. move.  The output will go to standard out, but you can always
  12. redirect it to a file.
  13.  
  14. The depth that you specify is in plys or half moves.  The time is in
  15. minutes.
  16.  
  17. The file gnuan.c is based on nondsp.c which came with gnuchess.  The
  18. modifications for gnuan.c were made by:
  19.  
  20.    Truman Collins
  21.    July 1990
  22.    CIS 71121,3343
  23.    tcollins@pdx.mentor.com
  24.  
  25. If anyone makes any improvements to this, I would appreciate hearing
  26. about them.
  27.